Progress event

Applies to both the ecCompress and ecExtract controls. The Progress event is raised to give information about the progress of the Compress and Extract methods.

Syntax

Sub object_Progress (PercentDone As Integer)
Sub object_Progress (Filename As String, PercentDone As Integer)

PartDescription
objectThe object receiving the event.
FilenameecExtract only. The name of the file currently being extracted.
PercentDoneThe percentage of the operation that has completed.

Remarks

Use the Progress event to update progress bars and status bars in your program. Do not access other properties or methods of the EclipseCabinet controls during this event.

See Also

Compress method, Extract method